import type { AccountMeta, PublicKey, TransactionInstruction } from '@solana/web3.js';
import type { DriftProgram } from '../../config';
export declare function buildTriggerOrderInstruction(args: {
    program: DriftProgram;
    orderId: number;
    state: PublicKey;
    filler: PublicKey;
    user: PublicKey;
    authority: PublicKey;
    remainingAccounts: AccountMeta[];
}): Promise<TransactionInstruction>;
//# sourceMappingURL=trigger.d.ts.map