export declare class HplMintActorError extends Error {
    errorType: string;
    constructor(errorType: string, message: string);
}
