export interface CheckCandidOptions { verbose?: boolean; } export declare function checkCandid(newPath: string, originalPath: string): Promise;