export { getContext_sync }; export { provideTelefuncContext_sync }; export { restoreContext_sync }; import type { Telefunc } from './TelefuncNamespace.js'; declare function getContext_sync(): Telefunc.Context; declare function restoreContext_sync(context: null | Telefunc.Context): void; declare function provideTelefuncContext_sync(context: Telefunc.Context): void;