type EnvOnlyFn = ) => any>(fn: TFn) => TFn; export declare const serverOnly: EnvOnlyFn; export declare const clientOnly: EnvOnlyFn; export {};