/** @type {import('../core.js').Syntax} */
declare function autoit(Prism: any): void;
declare namespace autoit {
    let displayName: string;
    let aliases: any[];
}
export default autoit;
