export declare const issue: (_: any, { url, ...props }: {
[x: string]: any;
url: any;
}, context: any) => Promise<any>;
export declare const issues: (_: any, { url, ...props }: {
[x: string]: any;
url: any;
}, context: any) => Promise<import("mongodb").WithId<import("bson").Document>[]>;