type Cleanups = Record<string, {
    oldValue: string;
    newValue: string;
}>;
export declare const sanitizeConfigForNodeApplications: (object: any, { depth, keyPath }?: {
    depth?: number;
    keyPath?: string;
}) => Cleanups;
export {};
