export declare const writeTest: ({ testCode, testPath }: {
    testCode: any;
    testPath: any;
}) => Promise<void>;
