import type { PassphraseManagerUrls } from "fwtoolkit/e2ee/passphrase-manager"; /** * Resolve the backend URL for a user's public encryption key. */ export declare function userPublicKeyUrl(userId: number): string; /** * Build the URL bundle required by PassphraseManager. * * The optional `userPublicKeyUrl` is only needed when sharing a document * password with another user (public-key encryption). The remaining URLs are * backend-independent logical names resolved through the fwtoolkit apiUrlMap. */ export declare function passphraseManagerUrls(userPublicKeyUrl?: string): PassphraseManagerUrls; //# sourceMappingURL=passphrase_urls.d.ts.map