import type { Handler } from "../types"; export interface FaviconOptions { maxAge?: number; } export declare function favicon(path: string, options?: FaviconOptions): Handler; //# sourceMappingURL=favicon.d.ts.map