import { SuperRepresentative } from "../types";
export declare const preload: () => Promise<{
    superRepresentatives: SuperRepresentative[];
}>;
export declare const hydrate: (data?: {
    superRepresentatives?: SuperRepresentative[];
}) => void;
//# sourceMappingURL=preload.d.ts.map