import { SnapshotResolver } from 'jest-snapshot';
declare type Config = {
    rootPath?: string;
    setupFiles?: string[];
    snapshotResolver?: string;
    customMatchers?: string;
};
declare type LoadConfigResult = {
    snapshotResolver?: SnapshotResolver;
    customMatchers?: Record<string, CallableFunction>;
    config: Config;
};
export declare const loadConfig: () => LoadConfigResult;
export {};
//# sourceMappingURL=loadConfig.d.ts.map