export declare const checkContainsSubstring: ({ declaredContents, foundContents, bAnnotation, }: { declaredContents: string; foundContents: string; bAnnotation?: string; }) => void;