export const utils = {
    doWork(): any {
        return {};
    }
};

export const oneFunction = () => {};
