export declare const log: (message?: string, type?: string) => void;
export declare const circomLog: (message?: string) => void;
export declare const logSignals: (r1cs: any, wtnsFile: any, symFile: any, jsonInputs: any) => Promise<void>;
//# sourceMappingURL=logger.d.ts.map