import { Option } from "@siteimprove/alfa-option"; /** * Parse the content attribute of a element * and return the time before the refresh occurs. * * {@link https://html.spec.whatwg.org/#attr-meta-http-equiv-refresh} */ export declare function getRefreshTime(content: string): Option; //# sourceMappingURL=get-refresh-time.d.ts.map