declare type MarkFunctionPropertyNames = { [Key in keyof T]: T[Key] extends Function ? never : Key; }[keyof T]; export declare type GetProperties = Pick>; export {}; //# sourceMappingURL=get-properties.d.ts.map