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