import type http from 'node:http'; import { type ActorContext } from '../context.js'; export declare function handleGetCredentialValue(_req: http.IncomingMessage, res: http.ServerResponse, _actor: ActorContext, params: Record): Promise; export declare function handleGetCredential(_req: http.IncomingMessage, res: http.ServerResponse, _actor: ActorContext, params: Record): Promise; export declare function handlePutCredential(req: http.IncomingMessage, res: http.ServerResponse, actor: ActorContext, params: Record): Promise; //# sourceMappingURL=credentials.d.ts.map