declare function truncatePath(filePath: string): string;
declare function getFilename(filePath: string): string;
declare function ensureSqlExtension(name: string): string;
export declare const formatPath: {
    truncatePath: typeof truncatePath;
    getFilename: typeof getFilename;
    ensureSqlExtension: typeof ensureSqlExtension;
};
export {};
