/** * Returns wether a given property value is acceptable for the given property. * * @param property The name of the property * @param value The value we want to assign to the property. */ export declare const allowValue: (property: string, value: string) => boolean;