import type { CommandContext, ListOptions, ListResult } from './types'; export declare const list: (ctx: CommandContext, reference: string, mailbox: string, options?: ListOptions) => Promise; //# sourceMappingURL=list.d.ts.map