///
import { Dict } from '../utils';
export declare function getClaimDir(): string;
export declare function fileOf(cl: Dict): string;
export declare function claimsToFile(claims: Dict[]): string[];
export declare function captureStart(): void;
export declare function captureStop(): string;
export declare function jestLogCaptureStart(): jest.SpyInstance;
export declare function jestLogGet(): string;
export declare function jestWarnCaptureStart(): jest.SpyInstance;
export declare function jestWarnGet(): string;
declare type LogWarnErrType = "log" | "warn" | "error";
export declare function jestSetLogToFile(path: string, method: LogWarnErrType | LogWarnErrType[]): jest.SpyInstance[];
export {};