export declare function loadRemoteMediaBuffer(url: string): Promise<{
    data: Buffer;
    mimetype: string;
}>;
