/** Error thrown when parsing Datasworn IDs */
export declare class ParseError extends Error {
    constructor(id: string, message: string);
}
