export declare const schema: { $schema: string; type: string; properties: { domain: { type: string; properties: { chainId: { type: string; enum: string[]; errorMessage: string; }; name: { type: string; errorMessage: string; }; version: { type: string; maxLength: number; pattern: string; errorMessage: string; }; revision: { type: string; enum: string[]; errorMessage: string; }; }; required: string[]; additionalProperties: boolean; errorMessage: string; }; message: { type: string; properties: { version: { type: string; maxLength: number; pattern: string; errorMessage: string; }; address: { type: string; pattern: string; errorMessage: string; }; issuedAt: { type: string; format: string; errorMessage: string; }; nonce: { type: string; minLength: number; maxLength: number; pattern: string; errorMessage: string; }; statement: { type: string; errorMessage: string; }; uri: { type: string; format: string; errorMessage: string; }; expirationTime: { type: string; format: string; errorMessage: string; }; notBefore: { type: string; format: string; errorMessage: string; }; }; required: string[]; additionalProperties: boolean; errorMessage: string; }; primaryType: { type: string; const: string; errorMessage: string; }; types: { type: string; properties: { Message: { type: string; items: { type: string; properties: { name: { type: string; enum: string[]; errorMessage: string; }; type: { type: string; enum: string[]; errorMessage: string; }; }; required: string[]; additionalProperties: boolean; errorMessage: string; }; minItems: number; maxItems: number; uniqueItems: boolean; errorMessage: string; }; StarknetDomain: { type: string; items: { type: string; properties: { name: { type: string; enum: string[]; errorMessage: string; }; type: { type: string; enum: string[]; errorMessage: string; }; }; required: string[]; additionalProperties: boolean; errorMessage: string; }; minItems: number; maxItems: number; uniqueItems: boolean; errorMessage: string; }; }; required: string[]; additionalProperties: boolean; errorMessage: string; }; }; required: string[]; additionalProperties: boolean; errorMessage: string; }; //# sourceMappingURL=sign-in-schema.d.ts.map