/** Handles and replaces the signature of a typed field. */
export declare function findNewSignature(signature: string, typeToChange: string, model: string, field: string, throwOnNotFound?: boolean, shouldReplaceStrings?: boolean): string | undefined;
//# sourceMappingURL=find-signature.d.ts.map