export type RobotSftpImportInstructions = { 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; host?: undefined | string; port: number; user?: undefined | string; public_key?: undefined | string; robot: '/sftp/import'; path: string; }; export type RobotSftpImportInstructionsWithHiddenFields = { 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; host?: undefined | string; port: number; user?: undefined | string; public_key?: undefined | string; robot: '/sftp/import'; path: string; result?: undefined | false | true | 'debug'; allowNetwork?: undefined | string; }; export type InterpolatableRobotSftpImportInstructions = InterpolatableRobotSftpImportInstructionsInput; export type InterpolatableRobotSftpImportInstructionsInput = { 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; host?: undefined | string; port?: undefined | string | number; user?: undefined | string; public_key?: undefined | string; robot: '/sftp/import'; path: string; }; export type InterpolatableRobotSftpImportInstructionsWithHiddenFields = { 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; host?: undefined | string; port: string | number; user?: undefined | string; public_key?: undefined | string; robot: '/sftp/import'; path: string; result?: undefined | string | false | true; allowNetwork?: undefined | string; }; export type InterpolatableRobotSftpImportInstructionsWithHiddenFieldsInput = { 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; host?: undefined | string; port?: undefined | string | number; user?: undefined | string; public_key?: undefined | string; robot: '/sftp/import'; path: string; result?: undefined | string | false | true; allowNetwork?: undefined | string; }; //# sourceMappingURL=sftp-import.d.ts.map