import SchoolInformation from './structs/school-information';
export default function (headless?: boolean, browserArguments?: string[]): Promise<SchoolInformation[]>;
export { SchoolInformation };
