/** * Returns name of property, checked by typescript * @param name - Name of property that should be returned */ export declare const nameof: (name: Extract) => string; //# sourceMappingURL=nameof.d.ts.map