import { ForClauseWithAll, ForClauseParsedWithAll, ForClauseParsed } from '../../types/core.types.js'; /** Merge default permissions and replace ALL by all permissions */ export declare function parseForClause>(forClause: T): Promise;