/** * Execute the function with the given method name splitted in an array of strings * @param params - An array of string defining the method to call. * faker.name.firstName is ['name','firstName'] * @param fakerPart - Faker plus the already added param parts * @returns The generated value */ export declare function execStringFunction(params: string[], fakerPart: any): any; //# sourceMappingURL=execStringFunction.d.ts.map