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