/** Exception thrown from the WebZLP library. */
export declare class WebZlpError extends Error {
    constructor(message: string);
}
//# sourceMappingURL=WebZlpError.d.ts.map