import { TagsResourceInput } from './types';
export declare class Configuration {
    private static _tags;
    private static _prefetch;
    static pushTags(tags: TagsResourceInput): void;
    static configurePrefetch(prefetch: number): void;
    static get tags(): TagsResourceInput;
    static get prefetch(): number;
}
