declare const _: unique symbol;
/**
 * A placeholder that is used in various ways
 */
export declare type x = typeof _ & {};
export {};
