export interface WizardAPI {
    print: (options: any) => string;
}
//# sourceMappingURL=ozAdapter.d.ts.map