export declare const tsExampleDec: {
    $schema: string;
    class: string;
    My_System: {
        class: string;
        systemPoller: {
            interval: number;
        };
    };
    My_Listener: {
        class: string;
        port: number;
    };
    My_Consumer: {
        class: string;
        type: string;
        host: string;
        protocol: string;
        port: number;
        passphrase: {
            cipherText: string;
        };
    };
};
