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