import { type Property } from './types.ts'; export declare const DISPLAY_NAME: Property; export declare const RESOURCE_TYPE: Property; export declare const CONTENT_LENGTH: Property; export declare const LAST_MODIFIED: Property; export declare const SIZE: Property; export declare const SELECT_PROPERTIES: Property[]; export declare const ORDER_PROPERTIES: Property[]; export declare const SEARCH_METHOD = "SEARCH"; export declare const SEARCH_ENDPOINT_PATH = "/remote.php/dav/"; export declare const SEARCH_DEPTH = "infinity"; export declare const SEARCH_PAGE_SIZE = 100; export declare const SEARCH_HEADERS: { Accept: string; 'Content-Type': string; }; export declare const UNAVAILABLE_STATUS_CODES: Set; //# sourceMappingURL=constants.d.ts.map