export default function readFromFileSystemAsStringAsync(localUri: string): Promise<string | null>;
