export declare class InvalidSeparatorError extends Error {
    constructor(separator: string, separatorType: string);
}
