export declare const SCOPE = "Util";
export declare function usePrefix(): {
    PREFIX: string;
    prefix: string;
};
