export declare const deposition_show_draft: (token: string, sandbox: boolean, concept_id: string, verbose?: boolean) => Promise<string>;
