import { CustomError } from './custom-error';
export declare class MissingApiTokenError extends CustomError {
    private static ERROR_CODE;
    private static ERROR_STRING_CODE;
    private static ERROR_MESSAGE;
    constructor();
}
