import { Model } from '../model';
export type Ridet = Model<'Ridet', string>;
export declare const isRidet: (ridet: string) => ridet is Ridet;
export declare const Ridet: (ridet: string) => Ridet;
//# sourceMappingURL=ridet.d.ts.map