export type RobotTlcdnDeliverInstructions = { interpolate?: undefined | false | true | Record; output_meta?: undefined | false | true | Array | Record; result: false | true; queue?: undefined | 'batch'; force_accept: false | true; ignore_errors: Array; robot: '/tlcdn/deliver'; enable_hipaa_compliance: false | true; }; export type RobotTlcdnDeliverInstructionsWithHiddenFields = { interpolate?: undefined | false | true | Record; output_meta?: undefined | false | true | Array | Record; queue?: undefined | 'batch'; force_accept: false | true; ignore_errors: Array; robot: '/tlcdn/deliver'; enable_hipaa_compliance: false | true; result?: undefined | false | true | 'debug'; }; export type InterpolatableRobotTlcdnDeliverInstructions = InterpolatableRobotTlcdnDeliverInstructionsInput; export type InterpolatableRobotTlcdnDeliverInstructionsInput = { interpolate?: undefined | false | true | 'true' | 'false' | Record; output_meta?: undefined | string | false | true | Array | Record; result?: undefined | string | false | true; queue?: undefined | string; force_accept?: undefined | string | false | true; ignore_errors?: undefined | string | false | true | Array<'meta' | 'execute'>; robot: '/tlcdn/deliver'; enable_hipaa_compliance?: undefined | string | false | true; }; export type InterpolatableRobotTlcdnDeliverInstructionsWithHiddenFields = { interpolate?: undefined | false | true | Record; output_meta?: undefined | string | false | true | Array | Record; queue?: undefined | string; force_accept: string | false | true; ignore_errors: string | Array; robot: '/tlcdn/deliver'; enable_hipaa_compliance: string | false | true; result?: undefined | string | false | true; }; export type InterpolatableRobotTlcdnDeliverInstructionsWithHiddenFieldsInput = { interpolate?: undefined | false | true | 'true' | 'false' | Record; output_meta?: undefined | string | false | true | Array | Record; queue?: undefined | string; force_accept?: undefined | string | false | true; ignore_errors?: undefined | string | false | true | Array<'meta' | 'execute'>; robot: '/tlcdn/deliver'; enable_hipaa_compliance?: undefined | string | false | true; result?: undefined | string | false | true; }; //# sourceMappingURL=tlcdn-deliver.d.ts.map