import { AwsSageMakerNotebookInstance } from '../../types/generated';
import { RawAwsSageMakerNotebookInstance } from './data';
declare const _default: ({ account, service: rawData, region, }: {
    account: string;
    service: RawAwsSageMakerNotebookInstance;
    region: string;
}) => AwsSageMakerNotebookInstance;
/**
 * SageMakerNotebookInstance
 */
export default _default;
