declare function api_prior(this: any): any;
declare const Prior: {
    api_prior: typeof api_prior;
};
export { Prior };
