import { IStandardTrackOptions, ICommonLog } from "apaas-track/index"; export * from "apaas-track/core/index"; export interface IOptions extends IStandardTrackOptions { } export declare const createApaasTrack: (options: IOptions & { commonLog: Partial; } & { url?: string; timer?: number; zip?: boolean; }) => Promise;