import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type FileGetContentsInput = PhpRuntimeValue; export declare function file_get_contents(url: string, _flags?: FileGetContentsInput, _context?: FileGetContentsInput, _offset?: number, _maxLen?: number): string | false; export {};