export declare class UAKeyDescriptorBuilder { constructor(); buildKeyType(keyName: string, keyInternalType: string): this; buildKeyTypeLength( keyName: string, keyInternalType: string, keyLength: number ): this; }