import { ErrorInterface } from "../common/error.interface"; export declare const ErrorInterfaceConfig: { [messageCode: string]: ErrorInterface; };