import type { TokenInfo } from './get-token-permissions';
export declare const printTokenPermissions: (token: TokenInfo) => void;
