import { Token } from '@/presenters/TokenDeclaration';
export declare const readTokensFromFile: (componentName: string) => Token[];
