/***
 * Find a knexfile-like in the project directory
 */
export declare function findKnexfile(baseDir?: string): Promise<string | null>;
