/** * Read a SQL script file, return empty string if not found */ export declare function readScript(basePath: string, scriptType: string, changeName: string): string; /** * Check if a script file exists */ export declare function scriptExists(basePath: string, scriptType: string, changeName: string): boolean;