export { getContext_async };
export { provideTelefuncContext_async };
import type { Telefunc } from './TelefuncNamespace.js';
declare function getContext_async(): Telefunc.Context;
declare function provideTelefuncContext_async(context: Telefunc.Context): void;