import { VariationsForEachParameter, Printer } from "../Providers/Jest/CombinationApprovals";
export declare function printArray<T>(header: string, list: T[], formatter?: (element: T) => string): string;
export declare function printJson(data: any): string;
export declare function printCombinations<T extends any[]>(func: Printer<T>, ...variations: VariationsForEachParameter<T>): string;
