import type { FromSchema } from 'json-schema-to-ts';
export declare const createApiTokenSchema: {
    readonly $id: "#/components/schemas/createApiTokenSchema";
    readonly type: "object";
    readonly description: "The data required to create an [Unleash API token](https://docs.getunleash.io/concepts/api-tokens-and-client-keys).";
    readonly oneOf: readonly [import("json-schema-to-ts").JSONSchema];
    readonly components: {};
};
export type CreateApiTokenSchema = FromSchema<typeof createApiTokenSchema>;
//# sourceMappingURL=create-api-token-schema.d.ts.map