import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDataLabelingServiceDatasetConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_labeling_service_dataset#dataset_id DataOciDataLabelingServiceDataset#dataset_id}
    */
    readonly datasetId: string;
}
export interface DataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadata {
}
export declare function dataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadataToTerraform(struct?: DataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadata): any;
export declare function dataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadataToHclTerraform(struct?: DataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadata): any;
export declare class DataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadataOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadata | undefined;
    set internalValue(value: DataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadata | undefined);
    get columnDelimiter(): string;
    get columnIndex(): number;
    get columnName(): string;
    get escapeCharacter(): string;
    get formatType(): string;
    get lineDelimiter(): string;
}
export declare class DataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadataList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadataOutputReference;
}
export interface DataOciDataLabelingServiceDatasetDatasetFormatDetails {
}
export declare function dataOciDataLabelingServiceDatasetDatasetFormatDetailsToTerraform(struct?: DataOciDataLabelingServiceDatasetDatasetFormatDetails): any;
export declare function dataOciDataLabelingServiceDatasetDatasetFormatDetailsToHclTerraform(struct?: DataOciDataLabelingServiceDatasetDatasetFormatDetails): any;
export declare class DataOciDataLabelingServiceDatasetDatasetFormatDetailsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciDataLabelingServiceDatasetDatasetFormatDetails | undefined;
    set internalValue(value: DataOciDataLabelingServiceDatasetDatasetFormatDetails | undefined);
    get formatType(): string;
    private _textFileTypeMetadata;
    get textFileTypeMetadata(): DataOciDataLabelingServiceDatasetDatasetFormatDetailsTextFileTypeMetadataList;
}
export declare class DataOciDataLabelingServiceDatasetDatasetFormatDetailsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciDataLabelingServiceDatasetDatasetFormatDetailsOutputReference;
}
export interface DataOciDataLabelingServiceDatasetDatasetSourceDetails {
}
export declare function dataOciDataLabelingServiceDatasetDatasetSourceDetailsToTerraform(struct?: DataOciDataLabelingServiceDatasetDatasetSourceDetails): any;
export declare function dataOciDataLabelingServiceDatasetDatasetSourceDetailsToHclTerraform(struct?: DataOciDataLabelingServiceDatasetDatasetSourceDetails): any;
export declare class DataOciDataLabelingServiceDatasetDatasetSourceDetailsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciDataLabelingServiceDatasetDatasetSourceDetails | undefined;
    set internalValue(value: DataOciDataLabelingServiceDatasetDatasetSourceDetails | undefined);
    get bucket(): string;
    get namespace(): string;
    get prefix(): string;
    get sourceType(): string;
}
export declare class DataOciDataLabelingServiceDatasetDatasetSourceDetailsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciDataLabelingServiceDatasetDatasetSourceDetailsOutputReference;
}
export interface DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormat {
}
export declare function dataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormatToTerraform(struct?: DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormat): any;
export declare function dataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormatToHclTerraform(struct?: DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormat): any;
export declare class DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormatOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormat | undefined;
    set internalValue(value: DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormat | undefined);
    get name(): string;
    get version(): string;
}
export declare class DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormatList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormatOutputReference;
}
export interface DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPath {
}
export declare function dataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPathToTerraform(struct?: DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPath): any;
export declare function dataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPathToHclTerraform(struct?: DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPath): any;
export declare class DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPathOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPath | undefined;
    set internalValue(value: DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPath | undefined);
    get bucket(): string;
    get namespace(): string;
    get path(): string;
    get sourceType(): string;
}
export declare class DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPathList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPathOutputReference;
}
export interface DataOciDataLabelingServiceDatasetInitialImportDatasetConfiguration {
}
export declare function dataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationToTerraform(struct?: DataOciDataLabelingServiceDatasetInitialImportDatasetConfiguration): any;
export declare function dataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationToHclTerraform(struct?: DataOciDataLabelingServiceDatasetInitialImportDatasetConfiguration): any;
export declare class DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciDataLabelingServiceDatasetInitialImportDatasetConfiguration | undefined;
    set internalValue(value: DataOciDataLabelingServiceDatasetInitialImportDatasetConfiguration | undefined);
    private _importFormat;
    get importFormat(): DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportFormatList;
    private _importMetadataPath;
    get importMetadataPath(): DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationImportMetadataPathList;
}
export declare class DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationOutputReference;
}
export interface DataOciDataLabelingServiceDatasetInitialRecordGenerationConfiguration {
}
export declare function dataOciDataLabelingServiceDatasetInitialRecordGenerationConfigurationToTerraform(struct?: DataOciDataLabelingServiceDatasetInitialRecordGenerationConfiguration): any;
export declare function dataOciDataLabelingServiceDatasetInitialRecordGenerationConfigurationToHclTerraform(struct?: DataOciDataLabelingServiceDatasetInitialRecordGenerationConfiguration): any;
export declare class DataOciDataLabelingServiceDatasetInitialRecordGenerationConfigurationOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciDataLabelingServiceDatasetInitialRecordGenerationConfiguration | undefined;
    set internalValue(value: DataOciDataLabelingServiceDatasetInitialRecordGenerationConfiguration | undefined);
}
export declare class DataOciDataLabelingServiceDatasetInitialRecordGenerationConfigurationList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciDataLabelingServiceDatasetInitialRecordGenerationConfigurationOutputReference;
}
export interface DataOciDataLabelingServiceDatasetLabelSetItems {
}
export declare function dataOciDataLabelingServiceDatasetLabelSetItemsToTerraform(struct?: DataOciDataLabelingServiceDatasetLabelSetItems): any;
export declare function dataOciDataLabelingServiceDatasetLabelSetItemsToHclTerraform(struct?: DataOciDataLabelingServiceDatasetLabelSetItems): any;
export declare class DataOciDataLabelingServiceDatasetLabelSetItemsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciDataLabelingServiceDatasetLabelSetItems | undefined;
    set internalValue(value: DataOciDataLabelingServiceDatasetLabelSetItems | undefined);
    get name(): string;
}
export declare class DataOciDataLabelingServiceDatasetLabelSetItemsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciDataLabelingServiceDatasetLabelSetItemsOutputReference;
}
export interface DataOciDataLabelingServiceDatasetLabelSet {
}
export declare function dataOciDataLabelingServiceDatasetLabelSetToTerraform(struct?: DataOciDataLabelingServiceDatasetLabelSet): any;
export declare function dataOciDataLabelingServiceDatasetLabelSetToHclTerraform(struct?: DataOciDataLabelingServiceDatasetLabelSet): any;
export declare class DataOciDataLabelingServiceDatasetLabelSetOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciDataLabelingServiceDatasetLabelSet | undefined;
    set internalValue(value: DataOciDataLabelingServiceDatasetLabelSet | undefined);
    private _items;
    get items(): DataOciDataLabelingServiceDatasetLabelSetItemsList;
}
export declare class DataOciDataLabelingServiceDatasetLabelSetList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciDataLabelingServiceDatasetLabelSetOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_labeling_service_dataset oci_data_labeling_service_dataset}
*/
export declare class DataOciDataLabelingServiceDataset extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_data_labeling_service_dataset";
    /**
    * Generates CDKTF code for importing a DataOciDataLabelingServiceDataset resource upon running "cdktf plan <stack-name>"
    * @param scope The scope in which to define this construct
    * @param importToId The construct id used in the generated config for the DataOciDataLabelingServiceDataset to import
    * @param importFromId The id of the existing DataOciDataLabelingServiceDataset that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_labeling_service_dataset#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciDataLabelingServiceDataset to import is found
    */
    static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
    /**
    * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/data_labeling_service_dataset oci_data_labeling_service_dataset} Data Source
    *
    * @param scope The scope in which to define this construct
    * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
    * @param options DataOciDataLabelingServiceDatasetConfig
    */
    constructor(scope: Construct, id: string, config: DataOciDataLabelingServiceDatasetConfig);
    private _additionalProperties;
    get additionalProperties(): cdktf.StringMap;
    get annotationFormat(): string;
    get compartmentId(): string;
    private _datasetFormatDetails;
    get datasetFormatDetails(): DataOciDataLabelingServiceDatasetDatasetFormatDetailsList;
    private _datasetId?;
    get datasetId(): string;
    set datasetId(value: string);
    get datasetIdInput(): string | undefined;
    private _datasetSourceDetails;
    get datasetSourceDetails(): DataOciDataLabelingServiceDatasetDatasetSourceDetailsList;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get description(): string;
    get displayName(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    private _initialImportDatasetConfiguration;
    get initialImportDatasetConfiguration(): DataOciDataLabelingServiceDatasetInitialImportDatasetConfigurationList;
    private _initialRecordGenerationConfiguration;
    get initialRecordGenerationConfiguration(): DataOciDataLabelingServiceDatasetInitialRecordGenerationConfigurationList;
    private _labelSet;
    get labelSet(): DataOciDataLabelingServiceDatasetLabelSetList;
    get labelingInstructions(): string;
    get lifecycleDetails(): string;
    get lifecycleSubstate(): string;
    get state(): string;
    get timeCreated(): string;
    get timeUpdated(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
