export declare const tsconfigES3: {
    compilerOptions: {
        target: string;
        module: string;
        outDir: string;
        rootDir: string;
        strict: boolean;
        esModuleInterop: boolean;
        skipLibCheck: boolean;
        forceConsistentCasingInFileNames: boolean;
        lib: never[];
        sourceMap: boolean;
        types: string[];
    };
};
export declare const tsconfigTestsES3: {
    compilerOptions: {
        target: string;
        module: string;
        outDir: string;
        rootDir: string;
        strict: boolean;
        esModuleInterop: boolean;
        skipLibCheck: boolean;
        forceConsistentCasingInFileNames: boolean;
        lib: never[];
        sourceMap: boolean;
        types: string[];
    };
    include: string[];
    exclude: string[];
};
