import { type ShrinkOptions } from './shrink.js'; /** * Takes any JSON document and shrinks any Action or NotAction array of strings in the document. * *MODIFIES THE DOCUMENT IN PLACE* * * @param options the options to use when shrinking the actions * @param document the JSON document to expand * @param key the key of the current node in the document * @returns the original JSON document with any actions expanded in place */ export declare function shrinkJsonDocument(options: Partial, document: any, key?: string): Promise; //# sourceMappingURL=shrink_file.d.ts.map