export declare const keyToString: (key: string) => string;
export declare const pass: (key: string, name: string) => void;
export declare const fail: (key: string, name: string) => void;
