import { EResourceType } from '../enums/Resource'; /** * Collection of resources that allow guest authentication. * * @internal */ export declare const allowGuestAuthentication: EResourceType[]; /** * Collection of resources that can be fetched. * * @internal */ export declare const fetchResources: EResourceType[]; /** * Collection of resources that can be posted. * * @internal */ export declare const postResources: EResourceType[];