import type { Address } from "viem"; export declare const useIsCreatorAllowed: (creator?: Address) => { loading: boolean; allowed: boolean; }; //# sourceMappingURL=useIsCreatorAllowed.d.ts.map