import type { OfficeKernelClient } from './office-kernel-client-types'; import { type OfficeKernelFontSource } from './office-kernel-protocol'; export type { OfficeKernelClient, OfficeKernelLayoutInput, OfficeKernelPresentationGeometryInput, OfficeKernelSpreadsheetCalculationInput, OfficeKernelSpreadsheetSessionCalculationInput, OfficeKernelTextLayoutInput, } from './office-kernel-client-types'; export declare function createOfficeKernelClient(wasmUrl?: string, fonts?: readonly OfficeKernelFontSource[]): OfficeKernelClient;