import { Context } from 'egg'; export declare const splitToken: (tokenWithPrefix: string, type?: string | null) => string; export declare const extractToken: (ctx: Context, type?: string | null) => [string | null, string | null];