import type { IFs } from "memfs";
export declare const staticProps: string[];
export declare const rewritableMethods: (keyof IFs)[];
export declare const proxyableMethods: (keyof IFs)[];
export declare const multiArgMethods: Record<string, number[]>;