/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.Advanced.AwaResponseReason} */
export declare const AwaResponseReason: {
    readonly None: 0;
    /** User provided an answer */
    readonly Answered: 1;
    /**
     * The HTTP request timed out, a new request may be made and an answer may still be
     * provided.
     */
    readonly TimedOut: 2;
    /** This request was replaced by another request. */
    readonly Replaced: 3;
};
