export type RobotBoxImportInstructions = { interpolate?: undefined | false | true | Record; output_meta?: undefined | false | true | Array | Record; result: false | true; queue?: undefined | 'batch'; force_accept: false | true; force_name: null | string | Array; ignore_errors: Array; credentials?: undefined | string; robot: '/box/import'; path: string | Array; }; export type RobotBoxImportInstructionsWithHiddenFields = { interpolate?: undefined | false | true | Record; output_meta?: undefined | false | true | Array | Record; queue?: undefined | 'batch'; force_accept: false | true; force_name: null | string | Array; ignore_errors: Array; credentials?: undefined | string; robot: '/box/import'; path: string | Array; result?: undefined | false | true | 'debug'; access_token?: undefined | string; key_file_contents?: undefined | string; }; export type InterpolatableRobotBoxImportInstructions = InterpolatableRobotBoxImportInstructionsInput; export type InterpolatableRobotBoxImportInstructionsInput = { 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; force_name?: undefined | null | string | Array; ignore_errors?: undefined | string | false | true | Array<'meta' | 'import' | 'execute'>; credentials?: undefined | string; robot: '/box/import'; path: string | Array; }; export type InterpolatableRobotBoxImportInstructionsWithHiddenFields = { interpolate?: undefined | false | true | Record; output_meta?: undefined | string | false | true | Array | Record; queue?: undefined | string; force_accept: string | false | true; force_name: null | string | Array; ignore_errors: string | Array; credentials?: undefined | string; robot: '/box/import'; path: string | Array; result?: undefined | string | false | true; access_token?: undefined | string; key_file_contents?: undefined | string; }; export type InterpolatableRobotBoxImportInstructionsWithHiddenFieldsInput = { interpolate?: undefined | false | true | 'true' | 'false' | Record; output_meta?: undefined | string | false | true | Array | Record; queue?: undefined | string; force_accept?: undefined | string | false | true; force_name?: undefined | null | string | Array; ignore_errors?: undefined | string | false | true | Array<'meta' | 'import' | 'execute'>; credentials?: undefined | string; robot: '/box/import'; path: string | Array; result?: undefined | string | false | true; access_token?: undefined | string; key_file_contents?: undefined | string; }; //# sourceMappingURL=box-import.d.ts.map