import { Schema } from '../../../types'; export declare type CryptoKittiesType = string; export declare const CryptoKittiesSchema: Schema;