import { Model } from '../model';
export type IdToValidate = string | undefined;
export type Id = Model<'Id', string>;
export declare const isValidId: (idData: IdToValidate) => idData is Id;
export declare const Id: (id: IdToValidate) => Id;
//# sourceMappingURL=id.d.ts.map