import { NodeSession } from '@looker/sdk-node';
export declare const getRootPath: () => string;
export declare const rootFile: (fileName?: string) => string;
export declare const session: NodeSession;
export declare const timeout = 3600000;
interface ITestConfig {
    testData: any;
}
export declare const TestConfig: () => ITestConfig;
export {};
