declare function get(name: string): string; declare const _default: { get: typeof get; info: string; success: string; warning: string; error: string; bullet: string; }; export default _default;