export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance"; export declare const getInstance: typeof import("./getInstance").getInstance; export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput; export { GetWorkerPoolArgs, GetWorkerPoolResult, GetWorkerPoolOutputArgs } from "./getWorkerPool"; export declare const getWorkerPool: typeof import("./getWorkerPool").getWorkerPool; export declare const getWorkerPoolOutput: typeof import("./getWorkerPool").getWorkerPoolOutput; export { InstanceArgs } from "./instance"; export type Instance = import("./instance").Instance; export declare const Instance: typeof import("./instance").Instance; export { WorkerPoolArgs } from "./workerPool"; export type WorkerPool = import("./workerPool").WorkerPool; export declare const WorkerPool: typeof import("./workerPool").WorkerPool; export * from "../../types/enums/remotebuildexecution/v1alpha";