import type { FileOptions } from './options';
export declare function fileContents(filePath: string, options?: FileOptions): Promise<string | null>;
