export { AllowListArgs, AllowListState } from "./allowList"; export type AllowList = import("./allowList").AllowList; export declare const AllowList: typeof import("./allowList").AllowList; export { BackupArgs, BackupState } from "./backup"; export type Backup = import("./backup").Backup; export declare const Backup: typeof import("./backup").Backup; export { GetAllowListArgs, GetAllowListResult, GetAllowListOutputArgs } from "./getAllowList"; export declare const getAllowList: typeof import("./getAllowList").getAllowList; export declare const getAllowListOutput: typeof import("./getAllowList").getAllowListOutput; export { GetAllowListsResult } from "./getAllowLists"; export declare const getAllowLists: typeof import("./getAllowLists").getAllowLists; export declare const getAllowListsOutput: typeof import("./getAllowLists").getAllowListsOutput; export { GetBackupArgs, GetBackupResult, GetBackupOutputArgs } from "./getBackup"; export declare const getBackup: typeof import("./getBackup").getBackup; export declare const getBackupOutput: typeof import("./getBackup").getBackupOutput; export { GetBackupsResult } from "./getBackups"; export declare const getBackups: typeof import("./getBackups").getBackups; export declare const getBackupsOutput: typeof import("./getBackups").getBackupsOutput; export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance"; export declare const getInstance: typeof import("./getInstance").getInstance; export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput; export { GetInstancesResult } from "./getInstances"; export declare const getInstances: typeof import("./getInstances").getInstances; export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput; export { InstanceArgs, InstanceState } from "./instance"; export type Instance = import("./instance").Instance; export declare const Instance: typeof import("./instance").Instance;