/**
 * Implements Symbol.dispose functionality for given Set-like impl and its
 * values.
 *
 * @internal
 */
export declare const __disposableValues: (clazz: any) => any;
/**
 * Implements recursive Symbol.dispose functionality for given Map-like impl,
 * its keys and values.
 *
 * @internal
 */
export declare const __disposableEntries: (clazz: any) => any;
//# sourceMappingURL=dispose.d.ts.map