export declare const flowStart: () => void; export declare const visitedPage: (_pathname: string, _search: string) => void; export declare const flowApproved: () => void; export declare const flowDeclined: () => void; export declare const flowResubmission: () => void; export declare const flowUploadLoader: () => void; export declare const flowError: () => void; //# sourceMappingURL=analytics.d.ts.map