import type { ResponseContent } from './types.js';
export declare function getFileContent(staticFolder: string, path: string): Promise<ResponseContent | undefined>;
