import type { Plugin } from 'unified';
export interface Options {
}
export declare const uniorgSlug: Plugin<[Options?]>;
export default uniorgSlug;
