import type { EdmxOperation } from '../../edmx-parser'; /** * @internal */ export declare function findOperationByImportName(operations: EdmxOperation[], importName: string): EdmxOperation | undefined;