/**
 * An error that occurred during parsing.
 */
export declare class ICalError extends Error {
    constructor(message?: string);
}
