export declare const isNoErrorReturnCode: (code: number) => boolean;
export declare const getPath: (path: string) => string;
export declare const isError: (r: {
    return_code: number;
    error_message: string;
}) => void;
//# sourceMappingURL=common.d.ts.map