/** * Update "release"."contract" fields with text that has been stringified * multiple times to contain text that has only been stringified once. */ declare const _default: { asyncSql: string; syncSql: string; delayMS: number; backoffDelayMS: number; errorThreshold: number; asyncBatchSize: number; finalize: boolean; }; export default _default;