import { Segments } from './segments';
import { SegmentsFacade } from './lib/interfaces';
export declare class Params implements SegmentsFacade {
    #private;
    constructor(segments: Segments);
    get campaign(): string | null;
    get content(): string | null;
    get medium(): string | null;
    get source(): string | null;
    get term(): string | null;
    get all(): {};
    update(): void;
    reset(): void;
}
//# sourceMappingURL=params.d.ts.map