export declare const useCollectionList: (variables: import("../../queries/gqlTypes/CollectionList").CollectionListVariables) => { current: Promise> | null | undefined; data: import("../../fragments/gqlTypes/BaseCollection").BaseCollection[] | undefined; loading: boolean; next: () => Promise; pageInfo: import("../../fragments/gqlTypes/PageInfo").PageInfo | undefined; }; export declare const useCollectionDetails: (variables: import("../../queries/gqlTypes/CollectionDetails").CollectionDetailsVariables) => { current: Promise> | null | undefined; data: import("../../fragments/gqlTypes/CollectionDetails").CollectionDetails | undefined; loading: boolean; };