import { WindowApi } from "./window-api.interface"; import { ProviderRegistry } from "@nut-tree-fork/provider-interfaces"; export declare const createWindowApi: (providerRegistry: ProviderRegistry) => WindowApi;