interface err401Props { interfacePath: string; errMsg?: string; } export declare function handleError(props: err401Props): Promise; export {};