export declare const isVerbose: () => boolean; export declare const verboseLog: (label: string, data?: any) => void;