/** @hidden */
export declare const ACP_NAMESPACE = "http://www.w3.org/ns/solid/acp#";
/** @hidden */
export declare const ACP: {
    AccessControl: string;
    AccessControlResource: string;
    AuthenticatedAgent: string;
    CreatorAgent: string;
    Matcher: string;
    Policy: string;
    PublicAgent: string;
    access: string;
    accessControl: string;
    agent: string;
    allOf: string;
    allow: string;
    anyOf: string;
    apply: string;
    client: string;
    deny: string;
    memberAccessControl: string;
    noneOf: string;
    vc: string;
};
/** @hidden */
export declare const ACL_NAMESPACE = "http://www.w3.org/ns/auth/acl#";
/** @hidden */
export declare const ACL: {
    Append: string;
    Control: string;
    Read: string;
    Write: string;
};
/** @hidden */
export declare const VC_ACCESS_GRANT = "http://www.w3.org/ns/solid/vc#SolidAccessGrant";
