import { Field } from "../../../main.js"; import { OpenApiTypes } from "../../../schemas/open-api-types.js"; export default class ShortID extends Field { typeName: string; open_api_type: OpenApiTypes; hasIndex: () => Promise; isProperValue(): Promise; encode(_: any, input: string | null): Promise; }