export declare const progressLog: (text: string) => void; export declare const configLog: (text: string) => void; export declare const successLog: (text: string) => void; export declare const errLog: (text: string) => never;