declare module "finnlp" {
    interface Run {
        links: () => ({
            type: string;
            token: string;
        } | false)[][];
    }
}
export {};
