export { GetVpsArgs, GetVpsResult, GetVpsOutputArgs } from "./getVps"; export declare const getVps: typeof import("./getVps").getVps; export declare const getVpsOutput: typeof import("./getVps").getVpsOutput; export { GetVpssResult } from "./getVpss"; export declare const getVpss: typeof import("./getVpss").getVpss; export declare const getVpssOutput: typeof import("./getVpss").getVpssOutput; export { VpsArgs, VpsState } from "./vps"; export type Vps = import("./vps").Vps; export declare const Vps: typeof import("./vps").Vps;