export type RobotDropboxImportInstructions = { 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: '/dropbox/import'; access_token?: undefined | string; refresh_token?: undefined | string; path: string | Array; }; export type RobotDropboxImportInstructionsWithHiddenFields = { 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: '/dropbox/import'; access_token?: undefined | string; refresh_token?: undefined | string; path: string | Array; result?: undefined | false | true | 'debug'; }; export type InterpolatableRobotDropboxImportInstructions = InterpolatableRobotDropboxImportInstructionsInput; export type InterpolatableRobotDropboxImportInstructionsInput = { 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: '/dropbox/import'; access_token?: undefined | string; refresh_token?: undefined | string; path: string | Array; }; export type InterpolatableRobotDropboxImportInstructionsWithHiddenFields = { 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: '/dropbox/import'; access_token?: undefined | string; refresh_token?: undefined | string; path: string | Array; result?: undefined | string | false | true; }; export type InterpolatableRobotDropboxImportInstructionsWithHiddenFieldsInput = { 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: '/dropbox/import'; access_token?: undefined | string; refresh_token?: undefined | string; path: string | Array; result?: undefined | string | false | true; }; //# sourceMappingURL=dropbox-import.d.ts.map