export declare type PathPermissionsFields = 'basic' | 'all'; export declare function pathPermissionsGQLFields(fields: PathPermissionsFields): string;