export declare function validateDimension(amount: unknown, nameOfProp: string, location: string): asserts amount is number;
