export declare const getValidBuiltinPermissionIndexes: () => Set<number>;
export declare const isValidPermissionIndex: (index: number) => boolean;
