/**
 * Thrown when async configurations are missing.
 */
export declare class MissingConfigurationsError extends Error {
    constructor();
}
