export declare function getState(params?: {
    appInstanceID?: string;
}): Promise<bigint[]>;
