export declare const log: { success: (message: string) => void; warn: (message: string) => void; error: (message: string) => void; };