export interface GenerateCandidOptions { output?: string; verbose?: boolean; extraArgs?: string[]; } export declare function generateCandid(canisterNames: string[] | undefined, options: GenerateCandidOptions): Promise;