import { BetterAuthOptions } from 'better-auth';
declare let possiblePaths: string[];
export declare function getConfig({ cwd, configPath, shouldThrowOnError, }: {
    cwd: string;
    configPath?: string;
    shouldThrowOnError?: boolean;
}): Promise<BetterAuthOptions | null>;
export { possiblePaths };
