export declare const message: (text: string) => string; export declare const stack: (text: string) => string; export declare const description: (text: string) => string;