import type { Plugin } from "../plugin.js";
export declare function createDateIdentifierPlugin(options: {
    identifiers: string[];
}): Plugin;
