export declare module Utilities {
    function gulpArgv(): {
        [index: string]: boolean | string;
    };
    function exportFunctions(context: any, gulpModule: any): void;
    function ng(cb: any, args: any, options?: {}, codeHandler?: any): void;
}
