export declare class TccBrowserWindowFunctionsService {
    constructor();
    addFunction<T>(functionToAdd: (...args: any) => T): void;
}
