import { apiKey as _apiKey, type ApiKeyOptions } from "@better-auth/api-key"; export type { ApiKeyOptions } from "@better-auth/api-key"; /** * API Key 플러그인 스키마 * * better-auth apiKey 플러그인 호출 시 전달합니다: * ```typescript * apiKey({ schema: API_KEY_SCHEMA }) * ``` */ export declare const API_KEY_SCHEMA: ApiKeyOptions["schema"]; /** * apiKey 플러그인 래퍼 * * Sonamu의 스키마 매핑을 자동으로 병합합니다. */ export declare const apiKey: (options?: ApiKeyOptions) => ReturnType; //# sourceMappingURL=api-key.d.ts.map