export declare const createAminoTypeNameFromProtoTypeUrl: (typeUrl: string) => string; export declare const convertToSnakeCaseDeep: (obj: any) => any; export declare const convertToCamelCaseDeep: (obj: any) => any;