import { CustomError } from './custom-error';
export declare class MissingArgError extends CustomError {
    constructor();
}
