import { PodOS } from '@pod-os/core'; export declare function mockPodOS(): PodOS; /** * Respond to pod-os:init event with the given os instance * @param os */ export declare function mockOsProvider(os: Partial): void;