/**
 * @file errors.ts
 * @author astra <astra@volare.com>
 * @date 2022
 */
export declare const CONTROLLER: {
    [key: string]: string;
};
export declare const LIB_ACTIONS: {
    [key: string]: string;
};
export declare function reason(tag: string): string;
