import type { CollectionConfig } from '../collections/config/types.js';
import type { Config } from '../config/types.js';
export declare const preferencesCollectionSlug = "payload-preferences";
export declare const getPreferencesCollection: (config: Config) => CollectionConfig;
//# sourceMappingURL=config.d.ts.map