import { Binary } from ".";
export declare function AWSUrl(): string;
export declare function getBinary(name?: string): Promise<Binary>;
