import { tdFileId as td } from './types.js'; /** * Serialize an object with information about file * to TDLib and Bot API compatible File ID * * @param location Information about file location */ export declare function toFileId(location: Omit): string;