export declare const right: (x: any) => string;
export declare const wrong: (x: any) => string;
export declare const info: (x: any) => string;
export declare const ids: (x: any) => string;
export declare const matchers: (x: any) => string;
export declare const lack: (x: any) => string;
