///
import type { FunctionPropertyNames, FMember } from './types';
import type * as fs from 'fs';
declare type FS = typeof fs;
export declare function splitTwoLevels(functionName: FMember): [FunctionPropertyNames & string] | [FunctionPropertyNames & string, string];
export declare function indexFs(fs: FSObject, member: FMember): {
objectToPatch: any;
functionNameToPatch: string;
};
export {};
//# sourceMappingURL=utils.d.ts.map