import { type SendOptions } from '../actions/giver/validate';
export declare const GIVER_SEND_FLAGS: {
    to: string;
    value: string;
};
export declare function validateGiverSendOptions(options: {
    to?: string;
    value?: string;
}): {
    value: SendOptions;
    error?: Error;
} | {
    value?: SendOptions;
    error: Error;
};
//# sourceMappingURL=giver.d.ts.map