export declare const isToken: (value: string, tokens: Record<string, string>) => string | undefined;
