import type BaseWebToken from "../tokens/base"; export declare function augmentTokenPrivy(tokenConfig: BaseWebToken, opts: any): Promise;