import { INodeProperties } from 'n8n-workflow';
export interface WaxAsset {
    asset_id: string;
    template_id: string;
    collection_name: string;
    schema_name: string;
}
export declare const commonProperties: INodeProperties[];
