import type { HttpClient } from './http.js'; import type { KsefPublicKeyCertificate } from './generated/index.js'; export type PublicKeyCertificate = KsefPublicKeyCertificate; export declare function fetchPublicKeyCertificates(http: HttpClient): Promise; export declare function fetchKsefTokenEncryptionKey(http: HttpClient): Promise; //# sourceMappingURL=public-key.d.ts.map