export declare const executeAsIfOnServer: (f: () => T) => Promise; export declare const executeAsIfOnServerSync: (f: () => T) => T;