export { DatasetArgs } from "./dataset"; export type Dataset = import("./dataset").Dataset; export declare const Dataset: typeof import("./dataset").Dataset; export { GetDatasetArgs, GetDatasetResult, GetDatasetOutputArgs } from "./getDataset"; export declare const getDataset: typeof import("./getDataset").getDataset; export declare const getDatasetOutput: typeof import("./getDataset").getDatasetOutput; export { GetJobArgs, GetJobResult, GetJobOutputArgs } from "./getJob"; export declare const getJob: typeof import("./getJob").getJob; export declare const getJobOutput: typeof import("./getJob").getJobOutput; export { GetRoutineArgs, GetRoutineResult, GetRoutineOutputArgs } from "./getRoutine"; export declare const getRoutine: typeof import("./getRoutine").getRoutine; export declare const getRoutineOutput: typeof import("./getRoutine").getRoutineOutput; export { GetTableArgs, GetTableResult, GetTableOutputArgs } from "./getTable"; export declare const getTable: typeof import("./getTable").getTable; export declare const getTableOutput: typeof import("./getTable").getTableOutput; export { GetTableIamPolicyArgs, GetTableIamPolicyResult, GetTableIamPolicyOutputArgs } from "./getTableIamPolicy"; export declare const getTableIamPolicy: typeof import("./getTableIamPolicy").getTableIamPolicy; export declare const getTableIamPolicyOutput: typeof import("./getTableIamPolicy").getTableIamPolicyOutput; export { JobArgs } from "./job"; export type Job = import("./job").Job; export declare const Job: typeof import("./job").Job; export { RoutineArgs } from "./routine"; export type Routine = import("./routine").Routine; export declare const Routine: typeof import("./routine").Routine; export { TableArgs } from "./table"; export type Table = import("./table").Table; export declare const Table: typeof import("./table").Table; export { TableIamBindingArgs } from "./tableIamBinding"; export type TableIamBinding = import("./tableIamBinding").TableIamBinding; export declare const TableIamBinding: typeof import("./tableIamBinding").TableIamBinding; export { TableIamMemberArgs } from "./tableIamMember"; export type TableIamMember = import("./tableIamMember").TableIamMember; export declare const TableIamMember: typeof import("./tableIamMember").TableIamMember; export { TableIamPolicyArgs } from "./tableIamPolicy"; export type TableIamPolicy = import("./tableIamPolicy").TableIamPolicy; export declare const TableIamPolicy: typeof import("./tableIamPolicy").TableIamPolicy; export * from "../../types/enums/bigquery/v2";