export declare const hasField: <T>(data: T, field: string) => boolean;
