import { TypeOptions } from '../../interfaces/type-options.interface';
export declare function getDefaultValue<T = any>(instance: object, options: TypeOptions, key: string, typeName: string): T | undefined;
//# sourceMappingURL=get-default-value.helper.d.ts.map