import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface SetPreActivationSwapAddressArgs {
    preActivationSwapAddress: Address;
}
export interface SetPreActivationSwapAddressAccounts {
    lbPair: Address;
    creator: TransactionSigner;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function setPreActivationSwapAddress(args: SetPreActivationSwapAddressArgs, accounts: SetPreActivationSwapAddressAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=setPreActivationSwapAddress.d.ts.map