export declare class Token { id: number; promCodigo: any; name: string; formula: string; createdAt: string; modifiedAt: string; }