declare module '@balena/sbvr-parser' { export type LFModel = Array; export const SBVRParser: { matchAll: (seModel: string, rule: string) => LFModel; _extend(extension: T): typeof SBVRParser & T; initialize(): void; }; }