import { FileCheckDeclaration, FileCheckPurpose } from '../../../../../domain.objects'; export declare const getFileCheckDeclaration: ({ purpose, declaredProjectDirectory, declaredFileCorePath, }: { purpose: FileCheckPurpose; declaredProjectDirectory: string; declaredFileCorePath: string; }) => Promise;