import { ESPStandardizedError } from "../../types/error.type.js";
export declare const errorCode: {
    [key: number]: ESPStandardizedError;
};
export declare const supressionListStatus: {
    [key: string]: ESPStandardizedError;
};
