import type { PalletId } from '@bifrost-finance/types/interfaces/runtime';
import type { bool } from '@polkadot/types-codec';
/** @name IsExtended */
export interface IsExtended extends bool {
}
/** @name SystemPalletId */
export interface SystemPalletId extends PalletId {
}
export declare type PHANTOM_MINTERREWARD = 'minterReward';
