import { tdFileId as td } from './types.js'; /** * Parse TDLib and Bot API compatible File ID * * @param fileId File ID as a base-64 encoded string or Buffer */ export declare function parseFileId(fileId: string | Uint8Array): td.RawFullRemoteFileLocation;