import { AstFunc } from './types'; /** * Helper to assert that two given AST functions have the same signature. */ export declare const assertFuncSignatureEqual: (actual: AstFunc, expected: AstFunc) => AstFunc;