/// import type { IFormInputProps } from '../../../presentation'; export interface IRunAsUserInputProps extends IFormInputProps { application: string; } export declare function RunAsUserInput(props: IRunAsUserInputProps): JSX.Element;