/** * Queries the first page of the current repos media library * The first page will have an accurate total of the full media library, without * search keywords or filters * * @returns total {number} */ export declare function useMediaLibraryFirstPageTotal(): number;