/*! * @license * Copyright Squiz Australia Pty Ltd. All Rights Reserved. */ /** * All supported query parameters. */ export declare const QUERY: { PAGE: { AFTER: string; BEFORE: string; SIZE: string; }; };