export declare const assertIsBackEnd: (call: () => T) => T; export declare const assertIsFrontEnd: () => void;