export declare class SyncParameters {
    create(): {
        [key: string]: string | number;
    };
}
