export declare const error: (message: string) => never; export declare const warn: (message: string) => void; export declare const singleLine: (string: string) => string;