export declare class CopyPath {
    private client;
    private dbg;
    private err;
    private throw;
    constructor(client: any);
    private _init_errors;
    copy(mesg: any): Promise<void>;
    status(mesg: any): Promise<void>;
    private _status_query;
    private _get_status;
    private _status_single;
    delete(mesg: any): Promise<void>;
    private _read_access;
    private _write_access;
}
