import { Address, IAccountMeta, IInstruction } from "@solana/kit";
export interface RefreshPriceListArgs {
    tokens: Array<number>;
}
export interface RefreshPriceListAccounts {
    oraclePrices: Address;
    oracleMappings: Address;
    oracleTwaps: Address;
    instructionSysvarAccountInfo: Address;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function refreshPriceList(args: RefreshPriceListArgs, accounts: RefreshPriceListAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=refreshPriceList.d.ts.map