export declare const output: (content: string | string[], color: "red" | "green" | "blue" | "yellow", notify?: boolean | undefined) => void; declare const _default: { error: (message: string, notify?: boolean | undefined) => void; warn: (message: string, notify?: boolean | undefined) => void; }; export default _default;