export declare const isProduction: boolean;
export declare const noop: () => undefined;
export declare const shimIfProduction: (fn: any) => any;
export declare const log: any;
export declare const warn: any;
export declare const error: any;
declare const _default: {
    isProduction: boolean;
    noop: () => undefined;
    shimIfProduction: (fn: any) => any;
    log: any;
    warn: any;
    error: any;
};
export default _default;
