declare const sampleSite: (experimentName: string, percentage: number) => boolean;
export default sampleSite;
