export declare const isValidObject: (properties: {
    [key: string]: any;
}) => boolean;
export declare const isValidProperties: (property: string, value: any) => boolean;
//# sourceMappingURL=valid-properties.d.ts.map