export declare const devEnvOnly: (fn: () => void) => false | void;
export declare const warnDev: (str: string) => false | void;
export declare const noProviderFor: (el: string) => false | void;
