export { AnnotationSpecSetArgs } from "./annotationSpecSet"; export type AnnotationSpecSet = import("./annotationSpecSet").AnnotationSpecSet; export declare const AnnotationSpecSet: typeof import("./annotationSpecSet").AnnotationSpecSet; export { DatasetArgs } from "./dataset"; export type Dataset = import("./dataset").Dataset; export declare const Dataset: typeof import("./dataset").Dataset; export { EvaluationJobArgs } from "./evaluationJob"; export type EvaluationJob = import("./evaluationJob").EvaluationJob; export declare const EvaluationJob: typeof import("./evaluationJob").EvaluationJob; export { FeedbackMessageArgs } from "./feedbackMessage"; export type FeedbackMessage = import("./feedbackMessage").FeedbackMessage; export declare const FeedbackMessage: typeof import("./feedbackMessage").FeedbackMessage; export { GetAnnotationSpecSetArgs, GetAnnotationSpecSetResult, GetAnnotationSpecSetOutputArgs } from "./getAnnotationSpecSet"; export declare const getAnnotationSpecSet: typeof import("./getAnnotationSpecSet").getAnnotationSpecSet; export declare const getAnnotationSpecSetOutput: typeof import("./getAnnotationSpecSet").getAnnotationSpecSetOutput; export { GetDatasetArgs, GetDatasetResult, GetDatasetOutputArgs } from "./getDataset"; export declare const getDataset: typeof import("./getDataset").getDataset; export declare const getDatasetOutput: typeof import("./getDataset").getDatasetOutput; export { GetEvaluationJobArgs, GetEvaluationJobResult, GetEvaluationJobOutputArgs } from "./getEvaluationJob"; export declare const getEvaluationJob: typeof import("./getEvaluationJob").getEvaluationJob; export declare const getEvaluationJobOutput: typeof import("./getEvaluationJob").getEvaluationJobOutput; export { GetFeedbackMessageArgs, GetFeedbackMessageResult, GetFeedbackMessageOutputArgs } from "./getFeedbackMessage"; export declare const getFeedbackMessage: typeof import("./getFeedbackMessage").getFeedbackMessage; export declare const getFeedbackMessageOutput: typeof import("./getFeedbackMessage").getFeedbackMessageOutput; export { GetInstructionArgs, GetInstructionResult, GetInstructionOutputArgs } from "./getInstruction"; export declare const getInstruction: typeof import("./getInstruction").getInstruction; export declare const getInstructionOutput: typeof import("./getInstruction").getInstructionOutput; export { InstructionArgs } from "./instruction"; export type Instruction = import("./instruction").Instruction; export declare const Instruction: typeof import("./instruction").Instruction; export * from "../../types/enums/datalabeling/v1beta1";