export declare const PipelineVpcOptionsVpcEndpointManagement: {
    readonly Customer: "CUSTOMER";
    readonly Service: "SERVICE";
};
/**
 * Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.
 */
export type PipelineVpcOptionsVpcEndpointManagement = (typeof PipelineVpcOptionsVpcEndpointManagement)[keyof typeof PipelineVpcOptionsVpcEndpointManagement];
