export default ResponsePageType; declare namespace ResponsePageType { let BLOCK: string; let HARD_BLOCK: string; let REDIRECT: string; let TRAP: string; let UNKNOWN: string; function deviceCheck(options: any): { type: string; description: string; options: any; }; function fromValue(value: any): string | { type: string; description: string; options: any; }; } //# sourceMappingURL=response-page-type.d.ts.map