export declare const getCachedDirectory: (filepath: string, config?: {
    debug?: boolean;
}) => Promise<boolean>;
