/**
 * Describes the Provisioning Error
 */
export declare class ProvisioningError extends Error {
    handler: string;
    constructor(handler: string, error: Error);
}
