export { GetJobArgs, GetJobResult, GetJobOutputArgs } from "./getJob"; export declare const getJob: typeof import("./getJob").getJob; export declare const getJobOutput: typeof import("./getJob").getJobOutput; export { GetTemplateArgs, GetTemplateResult, GetTemplateOutputArgs } from "./getTemplate"; export declare const getTemplate: typeof import("./getTemplate").getTemplate; export declare const getTemplateOutput: typeof import("./getTemplate").getTemplateOutput; export { JobArgs } from "./job"; export type Job = import("./job").Job; export declare const Job: typeof import("./job").Job; export { TemplateArgs } from "./template"; export type Template = import("./template").Template; export declare const Template: typeof import("./template").Template; export * from "../../types/enums/dataflow/v1b3";