export type StripCommand = string | RegExp; export declare function stripper | S, S>(strip: StripCommand | StripCommand[], obj: T): T extends ArrayLike ? Record[] : Record; //# sourceMappingURL=stripper.d.ts.map