/**
 * Set an Amplify sandbox secret programmatically without value corruption
 *
 * This function uses node-pty (pseudo-terminal) to interact with the Amplify CLI
 * as if it were a real terminal, allowing it to handle the interactive prompt properly.
 * This avoids invisible character corruption that occurs with bash piping or stdin pipes.
 */
export declare function handleAmplifySetSandboxSecret(args: any): Promise<any>;
//# sourceMappingURL=sandbox-secrets-handlers.d.ts.map