import { type Chainable } from './dx.js'; import { type SendFileOptions } from './staticHelpers.js'; export declare function chainStatic(pattern: string, { getPathname, ...options }: SendFileOptions & { getPathname?(matched: any): string; }): Chainable;