export declare class Memory {
    checkFile(tablePath: string, tableName: string): void;
    checkDir(tablePath: string): void;
    checkExternal(adapter: string): void;
}
