import { MergeOptions } from "../types"; export declare const formatOutputName: (str: string, separator?: string) => { pascalCaseFormat: string; humanReadableFormat: string; }; export declare const merge: (x: Partial, y?: Partial | undefined, overrides?: Partial, options?: MergeOptions) => T; //# sourceMappingURL=helper.d.ts.map