export declare const LazyMintingSignatureSchema: {
    $schema: string;
    title: string;
    type: string;
    properties: {
        data: {
            type: string;
            title: string;
            items: {
                type: string;
                title: string;
                properties: {
                    registryAddress: {
                        type: string;
                        title: string;
                        maxLength: number;
                    };
                    mintingSignature: {
                        type: string;
                        title: string;
                        maxLength: number;
                    };
                    tokenId: {
                        type: string;
                        title: string;
                        maxLength: number;
                    };
                    ownerAccountAddress: {
                        type: string;
                        title: string;
                        maxLength: number;
                    };
                    registrationData: {
                        type: string;
                        title: string;
                        maxLength: number;
                    };
                    registrarAddress: {
                        type: string;
                        title: string;
                        maxLength: number;
                    };
                    tokenClaimed: {
                        type: string;
                        title: string;
                        maxLength: number;
                    };
                };
            };
        };
    };
    required: string[];
};
//# sourceMappingURL=LazyMintingSignatureSchema.d.ts.map