declare const config: {
    input: {
        path: string;
        watch: boolean;
    };
    output: {
        path: string;
        typeName: string;
        namespace: string;
    };
    options: {
        generateInterface: boolean;
        interfacePrefix: string;
        addComments: boolean;
    };
};
//# sourceMappingURL=arayts.config.d.ts.map