import * as t from 'io-ts'; interface AspectRatioBrand { readonly StringAspectRatio: unique symbol; } export declare const StringAspectRatio: t.BrandC; export declare type StringAspectRatio = t.TypeOf; export declare const parseStringARParam: (ar: StringAspectRatio) => number; export {}; //# sourceMappingURL=ar.d.ts.map