/** The separators rejected on this host, rendered for inclusion in error messages. */
export declare const SEPARATOR_DESCRIPTION: string;
/** Whether `name` contains a character the host OS treats as a path separator. */
export declare function containsPathSeparator(name: string): boolean;
