export declare const $PaasServiceResourceLimit: {
    properties: {
        resource: {
            type: string;
        };
        limit: {
            type: string;
        };
    };
};
