export declare class URLLoaderDataFormat extends Object {
    static TEXT: string;
    static BINARY: string;
    static VARIABLES: string;
    constructor();
}
