export declare const appdelegate_header_snippet = "#import <Smartech/Smartech.h>";
export declare const appdelegateSnippet: {
    fileName: string;
    smartechHeaderSnippet: string;
    hanselHeaderSnippet: string;
};
export declare const swiftImports: {
    smartechImport: string;
    hanselImport: string;
};
export declare const smartechBaseSnippet: {
    smartechInit: string;
    debugLevel: string;
    trackAppInstallUpdateBySmartech: string;
    hanselLogSnippet: string;
    didfinishRegex: RegExp;
    regexPattern: RegExp;
};
export declare const smartechBaseSwiftSnippet: {
    smartechInit: string;
    debugLevel: string;
    trackAppInstallUpdateBySmartech: string;
    hanselLogSnippet: string;
    didFinishLaunchingRegex: RegExp;
    openURLRegex: RegExp;
};
export declare const deepLinkHandlerSnippet: (delayInSeconds: number) => string;
export declare const deepLinkHandlerSwiftSnippet: (delayInSeconds: number) => string;
