import { OnChainBtcPubkey } from '../../eth/types'; export interface PrimeVpAuthInput { baseUrl: string; peginTxid: string; authAnchorHex: string; pinnedServerPubkey: OnChainBtcPubkey; /** * Depositor BTC pubkey (x-only or compressed hex). Normalized to * x-only and asserted against every issued token's CWT `aud` claim. */ depositorBtcPubkey: string; /** Optional headers forwarded to the inner token client (e.g. gateway auth). */ headers?: Record; } export declare function primeVpTokenRegistry(input: PrimeVpAuthInput): void; //# sourceMappingURL=primeVpAuth.d.ts.map