import * as ansible from './ansible/index.js'; import { HostyInstance, RunOptions, Server, Service } from './types.js'; export declare const deploy: (server: Server, ...services: Service[]) => void, destroy: (server: Server, ...services: Service[]) => void, playbook: () => ansible.Playbook, write: (playbookPath: string) => Promise, run: (options?: Partial) => Promise; export declare function instance(): HostyInstance; //# sourceMappingURL=instance.d.ts.map