export type RobotGoogleStoreInstructions = { interpolate?: undefined | false | true | Record; output_meta?: undefined | false | true | Array | Record; queue?: undefined | 'batch'; force_accept: false | true; ignore_errors: Array; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; robot: '/google/store'; result?: undefined | false | true; credentials: string; path: string; acl: null | 'private' | 'public-read' | 'authenticated-read' | 'bucket-owner-full-control' | 'project-private'; cache_control?: undefined | string; url_template: string; ssl_url_template: string; }; export type RobotGoogleStoreInstructionsWithHiddenFields = { interpolate?: undefined | false | true | Record; output_meta?: undefined | false | true | Array | Record; queue?: undefined | 'batch'; force_accept: false | true; ignore_errors: Array; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; robot: '/google/store'; credentials: string; path: string; acl: null | 'private' | 'public-read' | 'authenticated-read' | 'bucket-owner-full-control' | 'project-private'; cache_control?: undefined | string; url_template: string; ssl_url_template: string; result?: undefined | false | true | 'debug'; }; export type InterpolatableRobotGoogleStoreInstructions = InterpolatableRobotGoogleStoreInstructionsInput; export type InterpolatableRobotGoogleStoreInstructionsInput = { 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'>; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; robot: '/google/store'; result?: undefined | string | false | true; credentials: string; path?: undefined | string; acl?: undefined | null | string; cache_control?: undefined | string; url_template?: undefined | string; ssl_url_template?: undefined | string; }; export type InterpolatableRobotGoogleStoreInstructionsWithHiddenFields = { 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; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; robot: '/google/store'; credentials: string; path: string; acl: null | string; cache_control?: undefined | string; url_template: string; ssl_url_template: string; result?: undefined | string | false | true; }; export type InterpolatableRobotGoogleStoreInstructionsWithHiddenFieldsInput = { 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'>; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; robot: '/google/store'; credentials: string; path?: undefined | string; acl?: undefined | null | string; cache_control?: undefined | string; url_template?: undefined | string; ssl_url_template?: undefined | string; result?: undefined | string | false | true; }; //# sourceMappingURL=google-store.d.ts.map