import { String } from '#csharp/schema/string';
import { Variable } from '#csharp/code-dom/variable';
import { Schema } from '#csharp/lowlevel-generator/code-model';
export declare class Uuid extends String {
    constructor(schema: Schema, isRequired: boolean);
    readonly declaration: string;
    validatePresence(property: Variable): string;
    validateValue(property: Variable): string;
}
//# sourceMappingURL=Uuid.d.ts.map