export declare const nameof: <T>(name: Extract<keyof T, string>) => Extract<keyof T, string>;
