import type { PreparedPathname } from "../../types.js"; import type { CompiledMethodRuntime } from "./compiler.js"; export declare function findAllowedMethodsCompiled(methods: Map, methodOrder: string[], preparedPath: PreparedPathname): string[] | null;