import { SmartechBaseProps } from "./smartechBaseProps";
export declare class Helper {
    static Ios: {
        new (): {};
        addDeepLinkHandler(content: string, props: SmartechBaseProps): string;
        getLastLine: (lineArray: string[]) => number;
    };
    static Android: {
        new (): {};
        addDependency(appContents: string, dependency: string, version: string): string;
    };
}
